MIDDLE
MIDDLE returns the ASCII value of a given character within a string.

ARGUMENTS:
* Source String = The source string
* Position = Position of the character.

RETURNS:
The ASCII value of the character.


SYNTAX
Return Integer=MIDDLE(Source String,Position)


RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File